home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / TECHNICA / AUTOCAD / H108.ZIP / SETPORT.ZIP / SETPORT.DOC next >
Text File  |  1991-09-29  |  2KB  |  44 lines

  1. Mview works backwards.  Cutting a hole in your pspace to view your model
  2. is a real pain in the !#@%!   Too much stretching, panning, zooming and 
  3. general fiddling is required.  You should be able to set up ports while
  4. looking at your entire model, define areas, set scales and such. The
  5. included files alleviate much of this uneccessary and short-sighted
  6. hassle.  
  7.  
  8. The Setport and Getport lisp routines will allow you to save a series of
  9. viewports to your current working directory.  The files ceated are very tiny.
  10. This will allow recalling views for assembly of a sheet of multiple views at 
  11. multiple scales while in the current drawing or other drawings. 
  12. Only 3 things are required, diagonal picks to define the area, a scale
  13. expressed in a ratio, and a file name.  It would be great if someone would 
  14. add the ability to save the layer structure with this "viewport" file.  
  15.  
  16. The following is an example of applying this technique to architectural
  17. plan drawings. 
  18.  
  19. Saving views
  20. 1. Go into any of your plan drawings, load setport.lsp.
  21. 2. Make sure you are in model space and zoom e.
  22. 3. Type "setport" to start program and follow the prompts.
  23.    When asked for scale type the ratio:
  24.                              "48" if you want 1/4"=1' 
  25.                              "96" if you want 1/8"=1'
  26.                              "192" for 1/16"=1',etc.
  27.                              (This has become second nature at our office.)
  28. 4. End or quit the drawing.
  29.  
  30. Sheet Assembly
  31. 1. Start new drawing in same directory.
  32. 2. Load Setport.lsp 
  33. 3. Xref the drawings you were looking at before.
  34. 4. Tilemode 0
  35. 5. While in pspace xref a border sheet at a scale of one.
  36. 6. Type "getport" and follow the prompts.  ".vpt" file extension is assumed
  37.    so you don't have to type it.  The pick responds sluggishly but will work.          
  38.  
  39. Note:  Of course you don't have to move between files to do this but 
  40.        our sheet files xref most of their information for plotting. (standard
  41.        title block, various plans, details, etc.)  Only sheet specific info is 
  42.        contained in that file.
  43.          
  44.